.PO Files Update Script

This script intend to update all the .po files of modules which were not update automatically.
It uses the basic command "msgmerge" to update the files and includes an additional option to commit the files to the CVS server.

Run the script on your "translate" folder if you want to update all the modules. If you want to update a specific module you should run the script on the folder of this module. 

You need to pass your locale as a parameter. For instance: 
./update_po_en.sh es (if you are a Spanish translator)
./update_po_en.sh pt (if you are a Portuguese translator)

README and English translation by Igor Pires Soares.
Special thanks for our friend Diego Búrigo Zacarão, who came up with this usefull script!
